projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6083ba
)
Comment change.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 8 Sep 2006 11:59:00 +0000
(11:59 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 8 Sep 2006 11:59:00 +0000
(11:59 +0000)
lisp/novice.el
patch
|
blob
|
history
diff --git
a/lisp/novice.el
b/lisp/novice.el
index 97e27da5e5e3ae400ea0cd72744227d01938ddf0..7fff480e2c2f1197168d4dda33f899e285a6d681 100644
(file)
--- a/
lisp/novice.el
+++ b/
lisp/novice.el
@@
-44,6
+44,8
@@
If nil, the feature is disabled, i.e., all commands work normally.")
;;;###autoload
(define-obsolete-variable-alias 'disabled-command-hook 'disabled-command-function "22.1")
+;; It is ok here to assume that this-command is a symbol
+;; because we won't get called otherwise.
;;;###autoload
(defun disabled-command-function (&rest ignore)
(let (char)